@charset "utf-8";
/* CSS Document */
body{background:#fff;}
body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td{margin:0;padding:0;}
body,button,input,select,textarea{font:14px/1.6 "Microsoft YaHei", Arial,"Hiragino Sans GB",HELVETICA,sans-serif; color:#414141;}
h1, h2, h3, h4, h5, h6 {font-size:100%;}
section, article, aside, header, footer, nav, dialog, figure {display: block;}
a {color:#333; text-decoration:none;}
a:hover {color:#c00; text-decoration:none;cursor:pointer;}
img{border:0; vertical-align:bottom;}
ul,ol{list-style:none;}
input{border:0;}
input:focus{border:0;outline: 0;}

.clear{ clear:both; margin:0; padding:0; height:0; line-height:0; font-size:0;}
.clearfix{ zoom:1;}
.clearfix:after {clear:both; height:0; overflow:hidden; display:block; visibility:hidden; content:"."; }
.left{ float:left;}
.right{ float:right;}
.layout {width:1200px;height:100%; margin:0 auto;overflow:hidden;}
.hide{ display:none;}
.mr40{margin-right:40px;}
.mr30{margin-right:30px;}
.mr20{margin-right:20px;}
.mr25{margin-right:25px;}
.mt20{ margin-top:20px;}
.mt40{ margin-top:40px;}
.mt16{ margin-top:16px;}
.mt10{margin-top:10px;}
.mb10{ margin-bottom:10px;}
.mb5 { margin-bottom:5px;}
.h30{width:100%;height:30px;clear: both;}
.h20{width:100%;height:20px;clear: both;}
.h25{width:100%;height:25px;clear: both;}
.h10{width:100%;height:10px;clear: both;}
.h15{width:100%;height:15px;clear: both;}
.h5{width:100%;height:5px;clear: both;}
.clearfix:after,.clearfix:before{content: '';width: 0;height: 0;clear: both;}
/*顶部图片*/

.container{width:1200px;overflow: hidden;margin:0 auto;}
/*滚动新闻*/
.gd{height:52px;width:100%;position: relative;background: #f2f2f2;}
.gd .gd_tt{position:absolute;top:0px;height:52px;color:#fff;font-size: 16px;left:0;line-height: 52px;padding:0 23px;font-family: "Microsoft YaHei";background: #0153ce;}
.gd .hotzt{background: #ce0d01}
.home-toutiao-sub{font-size:18px;line-height: 30px;height:30px; overflow:hidden;margin-left:120px; width: 1070px;padding-top:11px;padding-bottom: 11px;}
.home-toutiao-sub .qimo { /* width: 99999999px; */ width: 8000%; height: 30px; }
.home-toutiao-sub .qimo div {width:1070px;}
/*.home-toutiao-sub ul,.home-toutiao-sub ul li{height:30px; overflow:hidden;}*/
.home-toutiao-sub ul{height: 30px;overflow: hidden;zoom: 1;}
.home-toutiao-sub ul li{float: left;line-height: 30px;list-style: none;margin:0 1%;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;    background: url(../img/libg2.png) no-repeat 0 center;
    padding-left: 10px;}
.home-toutiao-sub a{color:#333333;text-decoration: none;font-size:16px;font-family: "Microsoft YaHei"}
.home-toutiao-sub a:hover{color:#b50317;text-decoration: none;}
.home-toutiao-sub em{font-style: normal;margin: 0px 20px;color:#e5e5e5;}

/*友情链接*/



/* footer*/
.footer{width:100%;padding:30px 0;text-align: center;font-size:14px;color:#fff;}
.footer_nav{background: #2461aa;color:#fff;padding:20px 0;text-align: center;}
.footer_nav a{color:#fff;padding:0 20px;}
.footer_nav a:hover{color:#ac2305;}

.footer_img{padding:20px 0;text-align: center; font-size: 0;}
.footer_img img{margin:0 10px;}
.footer p{line-height: 30px;height:30px;font-size:14px;color:#666;}
.trans {
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-backface-visibility: hidden;
}
.trans:hover {
    transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
}